-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QDevil QDAC-II driver #110
Conversation
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
===========================================
+ Coverage 6.92% 20.14% +13.22%
===========================================
Files 97 119 +22
Lines 12264 14455 +2191
===========================================
+ Hits 849 2912 +2063
- Misses 11415 11543 +128
Continue to review full report at Codecov.
|
Hi @jpsecher After that, we will try to review the PR. |
I don't know how to fix the doc build, so I will remove all documentation for now. |
@jpsecher That seems like a shame. You can disable the execution of the notebooks as documented here https://qcodes.github.io/Qcodes/examples/writing_drivers/Creating-Instrument-Drivers.html#Documentation I think that should be enough to get it building |
- Make sphinx ignore the exambles - Add headings to all examples - Extend index
I started looking into the QDAC2.py. As the first general comment, It would be nice if you could add docstring min. for public functions/ classes. |
Hi, I believe I have made all the improvements that I can, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpsecher sorry for the delay in review! I had a look and it's ready to merge. Just left a few clarification comments on the todo items in the code.
No description provided.